Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Lines | 4 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | "use strict"; |
|
19 | Cache.prototype.refresh = function (cacheItem) { |
||
20 | this.timeCached = (new Date()).getTime(); |
||
21 | this.cacheItem = cacheItem; |
||
22 | }; |
||
23 | return Cache; |
||
26 | //# sourceMappingURL=cache.js.map |